home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / stats / mathx30.exe / MATHX.DFT < prev    next >
Text File  |  1991-08-07  |  1KB  |  32 lines

  1. | MATHX.DFT FILE  Copyright 1991 By David W. Denker |
  2. digl 9:digr 6:boff
  3.  
  4. | If you want to use a different editor to edit application files
  5.   from within MATHX, substitute the file name of your editor and
  6.   its path in the editor statement on the next line. |
  7. EDITOR=C:\DOS\EDLIN.EXE
  8.  
  9. | The next 7 lines define the F1 to F7 function keys.
  10.   You may change them on your copy if you wish. |
  11. fkey1=HELP«   (DISPLAY HELP INFORMATION MENU)
  12. fkey2=~@«     (RUN APPLICATION)
  13. fkey3=SAVE«   (SAVE PREVIOUS INSTRUCTION LINE)
  14. fkey4=GET«    (GET SAVED INSTRUCTION LINE)
  15. fkey5=~DOS«   (GO TO DOS SHELL)
  16. fkey6=~CLS«   (CLEAR THE SCREEN)
  17. fkey7=~EDIT«  (EDIT APPLICATION FILE)
  18.  
  19. | If you want to load a different application file at the start-up
  20.   of MATHX, substitute the name of that file in the load statement
  21.   on the next line. |
  22. LOAD MATHXDEM.APL
  23.  
  24. ENVIR
  25. lodm
  26. lodv
  27. e=exp1:c=25.4
  28.  
  29. | To stop the application program from being run at the start
  30.   of the program, remove the @ character from the next line. |
  31. @
  32.